entry: Fix a corner case of overwrite mode
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Oct 2016 16:20:14 +0000 (12:20 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 5 Oct 2016 16:22:21 +0000 (12:22 -0400)
commitddd1ac093436e4c0d5a10b00d30a0f0d39d50bf1
tree5a78e79e7350ae5a5b4b0c639c953a7eade5ce8b
parent3da324fbce91634a4ad4f1cac0fda00c8040c5ee
entry: Fix a corner case of overwrite mode

We currently beep when a character is appended at the end in
overwrite mode. That is obviously not right. Patch based on
a patch by Ian MacDonald.

https://bugzilla.gnome.org/show_bug.cgi?id=772389
gtk/gtkentry.c